home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / software / cleanup / cleanup.exe / {app} / cleaning.exe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  2001-12-11  |  1KB  |  66 lines

  1. object Form1: TForm1
  2.   Left = 242
  3.   Top = 177
  4.   BorderStyle = bsNone
  5.   Caption = 'Recycle Bin Cleaned'
  6.   ClientHeight = 140
  7.   ClientWidth = 335
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 321
  24.     Height = 26
  25.     AutoSize = False
  26.     Caption = 
  27.       'Recyle Bin Cleaned. This Window will open and close automaticall' +
  28.       'y. If for some reason it remains open, simply click Exit below.'
  29.     WordWrap = True
  30.   end
  31.   object Button1: TButton
  32.     Left = 24
  33.     Top = 74
  34.     Width = 194
  35.     Height = 25
  36.     Caption = 'Empty Recycle Bin'
  37.     TabOrder = 0
  38.     Visible = False
  39.     OnClick = Button1Click
  40.   end
  41.   object Button2: TButton
  42.     Left = 55
  43.     Top = 50
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Query'
  47.     TabOrder = 1
  48.     Visible = False
  49.     OnClick = Button2Click
  50.   end
  51.   object Button3: TButton
  52.     Left = 240
  53.     Top = 104
  54.     Width = 75
  55.     Height = 25
  56.     Caption = 'Exit'
  57.     TabOrder = 2
  58.     OnClick = Button3Click
  59.   end
  60.   object Timer1: TTimer
  61.     OnTimer = Timer1Timer
  62.     Left = 192
  63.     Top = 48
  64.   end
  65. end
  66.